home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / Localization Tools / Localization using ResEdit™ 3.0 / Plugin for ODF 1 / Plugin for ODF 1.rsrc / EDL_136_Resource.MSTR < prev    next >
Encoding:
Text File  |  1996-12-11  |  939 b   |  28 lines

  1. //========================================================================================
  2. //
  3. // Exploder description for 'MSTR' (ODF multi-string) resources
  4. //
  5. // Author:     Steve Crutchfield
  6. //
  7. // Copyright:  (c) 1996 by Apple Computer, Inc., all rights reserved.
  8. //
  9. //        The EDL and VDL code describing this resource type rely heavily
  10. //        on the use of class labels (four-character codes) used by
  11. //        ODF's archiver.  However, the base MenuBar object is not
  12. //        archivable and thus has no class label.  In order to preserve
  13. //        the symmetry required by ResEdit's recursive "SELF" command,
  14. //        a dummy class label ('root') is inserted at the top level of
  15. //        the menu hierarchy by a plug-in command.
  16. //
  17. //========================================================================================
  18.  
  19. Word(fNumStrings);
  20.  
  21. Data(fIndex, 4 * fNumStrings);
  22.  
  23. List(fList, String, Unbounded)
  24. {
  25.     MultiStringIndex();
  26.     String(fString, ZeroTerminator);
  27. }
  28.